Uses of Interface
org.eclipse.vtp.framework.interactions.core.conversation.ISelectionRequest

Packages that use ISelectionRequest
org.eclipse.vtp.framework.interactions.core.conversation   
org.eclipse.vtp.framework.interactions.core.services   
 

Uses of ISelectionRequest in org.eclipse.vtp.framework.interactions.core.conversation
 

Methods in org.eclipse.vtp.framework.interactions.core.conversation that return ISelectionRequest
 ISelectionRequest IConversation.createSelectionRequest(SelectionRequestConfiguration configuration, java.lang.String resultParameterName)
           
 

Uses of ISelectionRequest in org.eclipse.vtp.framework.interactions.core.services
 

Methods in org.eclipse.vtp.framework.interactions.core.services that return ISelectionRequest
 ISelectionRequest Conversation.createSelectionRequest(SelectionRequestConfiguration configuration, java.lang.String resultParameterName)